home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / photo3d / PHOTO3D.exe / 0 / RCDATA / TEXPORTDIALOG / TEXPORTDIALOG.txt
Text File  |  1998-06-30  |  1KB  |  65 lines

  1. object ExportDialog: TExportDialog
  2.   Left = 256
  3.   Top = 163
  4.   Width = 198
  5.   Height = 190
  6.   Caption = 'Export to'
  7.   Font.Charset = SHIFTJIS_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -10
  10.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 96
  14.   TextHeight = 10
  15.   object RadioGroup1: TRadioGroup
  16.     Left = 21
  17.     Top = 14
  18.     Width = 148
  19.     Height = 91
  20.     Caption = 'Format'
  21.     Font.Charset = SHIFTJIS_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  25.     Font.Style = []
  26.     Items.Strings = (
  27.       'VRML 1.0'
  28.       'VRML 2.0')
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 21
  34.     Top = 120
  35.     Width = 70
  36.     Height = 21
  37.     Caption = 'OK'
  38.     Font.Charset = SHIFTJIS_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -13
  41.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  42.     Font.Style = []
  43.     ModalResult = 1
  44.     ParentFont = False
  45.     TabOrder = 1
  46.     OnClick = OKBtnClick
  47.   end
  48.   object CancelBtn: TButton
  49.     Left = 99
  50.     Top = 120
  51.     Width = 70
  52.     Height = 21
  53.     Caption = 'Cancel'
  54.     Font.Charset = SHIFTJIS_CHARSET
  55.     Font.Color = clBlack
  56.     Font.Height = -13
  57.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  58.     Font.Style = []
  59.     ModalResult = 2
  60.     ParentFont = False
  61.     TabOrder = 2
  62.     OnClick = CancelBtnClick
  63.   end
  64. end
  65.